home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 October / MACPOWER-1997-10.ISO.7z / MACPOWER-1997-10.ISO / AMUG / PROGRAMMING / Mac F2C 1.3.5.sit / Mac F2C 1.3.5 / Mac F2C Libraries / libI77 Sources / typesize.c < prev    next >
C/C++ Source or Header  |  1995-01-28  |  319b  |  13 lines

  1. #include "f2c.h"
  2.  
  3. ftnlen f__typesize[] = { 0, 0, sizeof(shortint), sizeof(integer),
  4.             sizeof(real), sizeof(doublereal),
  5.             sizeof(complex), sizeof(doublecomplex),
  6.             sizeof(logical), sizeof(char),
  7.             0, sizeof(integer1),
  8.             sizeof(logical1), sizeof(shortlogical),
  9. #ifdef Allow_TYQUAD
  10.             sizeof(longint),
  11. #endif
  12.             0};
  13.